home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / archivers / sharutils-4.1.lha / SharUtils-4.1 / man / man1 / uuencode.1 < prev   
Encoding:
Text File  |  1994-12-09  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. uuencode(1)                                           uuencode(1)
  5.  
  6.  
  7. NAME
  8.        uuencode - encode a binary file
  9.  
  10.        uudecode - decode a file created by uuencode
  11.  
  12. SYNOPSIS
  13.        uuencode [ file ] name
  14.  
  15.        uudecode [ file ]...
  16.  
  17. DESCRIPTION
  18.        Uuencode  and  uudecode  are used to transmit binary files
  19.        over transmission mediums that do not support  other  than
  20.        simple ASCII data.
  21.  
  22.        Uuencode reads file (or by default the standard input) and
  23.        writes an encoded version to  the  standard  output.   The
  24.        encoding  uses only printing ASCII characters and includes
  25.        the mode of the file and the operand name for use by uude-
  26.        code .
  27.  
  28.        Uudecode  transforms  uuencoded  files (or by default, the
  29.        standard input) into the  original  form.   The  resulting
  30.        file  is named name and will have the mode of the original
  31.        file except that setuid and execute bits are not retained.
  32.        Uudecode ignores any leading and trailing lines.
  33.  
  34. EXAMPLES
  35.        The  following  example  packages  up  a source tree, com-
  36.        presses it, uuencodes it and mails it to a user on another
  37.        system.   When  uudecode  is run on the target system, the
  38.        file ``src_tree.tar.Z'' will be created which may then  be
  39.        uncompressed and extracted into the original tree.
  40.  
  41.  
  42.               tar   cf   -   src_tree   |   compress  |  uuencode
  43.               src_tree.tar.Z | mail sys1!sys2!user
  44.  
  45.  
  46. SEE ALSO
  47.        compress(1), mail(1), uucp(1), uuencode(5)
  48.  
  49. BUGS
  50.        The encoded form of the file is expanded by 35%  (3  bytes
  51.        become 4 plus control information).
  52.  
  53. HISTORY
  54.        The uuencode command appeared in BSD 4.0.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                                                 1
  65.  
  66.  
  67.